add start-end tags to docker-compose

This commit is contained in:
LinuxSquare 2024-03-01 12:26:33 +01:00
parent 3eed778193
commit 437bf0c13c

View file

@ -6,6 +6,7 @@ services:
networks:
- crafatar
# %% crafatar_server start %%
crafatar_server:
image: docker.io/crafatar/crafatar
restart: unless-stopped
@ -17,6 +18,7 @@ services:
- REDIS_URL=redis://crafatar_redis
networks:
- crafatar
# %% crafatar_server end %%
networks:
crafatar: