mirror of
https://github.com/Arlind-dev/sulej.ch.git
synced 2025-12-01 09:35:13 +01:00
feat(init)!: create sulej.ch
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
sulej.ch:
|
||||
image: ghcr.io/arlind-dev/sulej.ch:latest
|
||||
container_name: sulej.ch
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8080:80
|
||||
networks:
|
||||
- sulej.ch
|
||||
|
||||
networks:
|
||||
sulej.ch:
|
||||
name: sulej.ch
|
||||
Reference in New Issue
Block a user